home *** CD-ROM | disk | FTP | other *** search
/ Libris Britannia 4 / science library(b).zip / science library(b) / PROGRAMM / BASIC / 2823.ZIP / GRAFWIZ.NEW < prev    next >
Text File  |  1991-02-11  |  4KB  |  102 lines

  1. GRAFWIZ 1.5, 02/11/91:
  2.  
  3.    An additional VGA mode has been added, providing 360x480 in 256 colors.
  4.    This is not a standard mode, but should work with many VGA systems.
  5.  
  6.    A pseudo-graphics mode has been implemented for SCREEN 0.  This provides
  7.    80x50 graphics in text mode, which will work on any video adapter.
  8.  
  9.    The QLB version of the library is no longer included, to help reduce the
  10.    size of this burgeoning package.  You can create it from the LIB like so:
  11.  
  12.       LINK GRAFWIZ.LIB/Q/SE:512,,NUL,BQLB45
  13.  
  14.    See the LIBRARY.TXT and QUESTION.TXT files if this doesn't work for you.
  15.  
  16.    A floating-point division inadvertently slipped into the ellipse routines.
  17.    This has been removed.
  18.  
  19.  
  20.  
  21. GRAFWIZ 1.4, 12/24/90:
  22.  
  23.    An additional VGA mode has been added, providing 320x400 in 256 colors.
  24.    This is not a standard mode, but should work with most VGA systems.  It
  25.    provides double the resolution of the usual 256-color mode, SCREEN 13.
  26.  
  27.    G#Get and G#Put routines are now provided for SCREEN 13 mode.
  28.  
  29.    Routines to draw circles and ellipses are now included.
  30.  
  31.    Besides screen handling, GRAFWIZ now allows you to work with an Epson
  32.    printer as if it were a screen.  The results can be previewed on a VGA.
  33.  
  34.    The G#Banner routines are now faster when displaying normal-sized
  35.    characters.
  36.  
  37.  
  38.  
  39. GRAFWIZ 1.3, 11/23/90:
  40.  
  41.    Support for VGA modes is now complete with the addition of routines that
  42.    handle the high-resolution SCREEN 11 and SCREEN 12.
  43.  
  44.    Support for Hercules monochrome graphics (SCREEN 3) has been added.  This
  45.    is self-contained and does not require the QBHERC TSR that BASIC needs.
  46.  
  47.    The DEMO program has been updated for some extra flare on VGAs.
  48.  
  49.    New demo programs (S&B4EGA and VGABOX) have been added.  These sharp
  50.    little demos were sent to me by Mike Welch, who has very kindly given me
  51.    permission to include them in GRAFWIZ.  Note that you will need a copy of
  52.    Crescent Software's PDQ library if you wish to recompile the sources.
  53.  
  54.    Several DECLARE statements needed in SCREEN 13 were left out of
  55.    GRAFWIZ.BI.  These have been added.
  56.  
  57.    The G#Line routines continued to be buggy, so I replaced the diagonal line
  58.    algorithm.  The new versions work fine and are faster.
  59.  
  60.  
  61.  
  62. GRAFWIZ 1.2, 10/28/90:
  63.  
  64.    Support for low-resolution VGA mode (SCREEN 13) has been added.
  65.  
  66.    A bug in several of the G#Line routines has been fixed.  Some kinds of
  67.    lines are now drawn more smoothly as well.
  68.  
  69.  
  70.  
  71. GRAFWIZ 1.1, 09/23/90:
  72.  
  73.    Detection of the active display adapter type has been included.
  74.  
  75.    Most of the routines have been ported over to work with EGA graphics modes
  76.    (SCREEN 7 through SCREEN 9).  Other new EGA routines include set/get
  77.    palette, set/get border color, and set blink vs background intensity.
  78.  
  79.    The G#Banner routines now support fonts of 8x14 and 8x16 as well as 8x8.
  80.  
  81.    The .MAC picture loader now allows you to specify which part of the image
  82.    you want to load.  Loading of .PCX pictures is also supported.
  83.  
  84.    GET and PUT replacements have been added for SCREEN 2 mode.
  85.  
  86.    Palette and border color selection has been added for SCREEN 1 mode.  A
  87.    side-effect of border color selection allows you to choose the foreground
  88.    color used in SCREEN 2 mode.
  89.  
  90.  
  91.  
  92. GRAFWIZ 1.0, 08/21/90:
  93.  
  94.    This is the initial release of The Graphics Wizard's Library for BASIC,
  95.    featuring:
  96.       graphics support for SCREEN 1 and SCREEN 2 modes (CGA):
  97.          points, lines, boxes, polygons, GET/PUT mirror images,
  98.          full-color text, variable-sized text
  99.       loading of .MAC pictures for SCREEN 2
  100.       getting the current size of any SCREEN 0 (text mode) screen
  101.       sending a screen (almost any MDA/Herc/CGA/EGA/VGA mode) to the printer
  102.